All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.core.MethodSignature
NSMethodSignature
.
[[NSMethodSignature
alloc] init]
.
- _JavaWrapper_getArgumentTypeAtIndex:
Objective-C instance method.
- frameLength
Objective-C instance method.
- isOneway
Objective-C instance method.
- methodReturnLength
Objective-C instance method.
- _JavaWrapper_methodReturnType
Objective-C instance method.
- numberOfArguments
Objective-C instance method.
protected MethodSignature(boolean shouldAllocate, int objcObject)
public MethodSignature()
[[NSMethodSignature
alloc] init]
.
public native int numberOfArguments()
- numberOfArguments
Objective-C instance method.
public native int frameLength()
- frameLength
Objective-C instance method.
public native boolean isOneway()
- isOneway
Objective-C instance method.
public native int methodReturnLength()
- methodReturnLength
Objective-C instance method.
public native String argumentTypeAtIndex(int index)
- _JavaWrapper_getArgumentTypeAtIndex:
Objective-C instance method.
public native String methodReturnType()
- _JavaWrapper_methodReturnType
Objective-C instance method.
All Packages Class Hierarchy This Package Previous Next Index